home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / networke / xfirepow.000 / xfirepow / xfirepower-0.84 / client / images.h < prev    next >
C/C++ Source or Header  |  1995-06-04  |  2KB  |  56 lines

  1. /* images.h.  Contains the #defines and extern's for all the image management
  2.    data [BDyess] */
  3. /* automatically created by scripts/mkimgsrc */
  4.  
  5. #include "Wlib.h"
  6.  
  7. W_Image * getImage P((int offset));
  8. void loadImageByFilename P((char *filename));
  9. void loadAllImages P((void));
  10.  
  11. #define I_DEFAULT              0
  12. #define I_BASE1                0
  13. #define I_BASE2                1
  14. #define I_BLANKMESH            2
  15. #define I_BLUETANK             3
  16. #define I_BRIDGE               4
  17. #define I_CRATER               5
  18. #define I_EXPLOSION            6
  19. #define I_FLAG1                7
  20. #define I_FLAG2                8
  21. #define I_GRASS                9
  22. #define I_MEXP                 10
  23. #define I_MINE                 11
  24. #define I_OLDWATER             12
  25. #define I_OTANK                13
  26. #define I_OTANK1               14
  27. #define I_POST                 15
  28. #define I_REDTANK              16
  29. #define I_ROAD                 17
  30. #define I_SHELL                18
  31. #define I_TANK                 19
  32. #define I_TANK1                20
  33. #define I_TREE                 21
  34. #define I_W1                   22
  35. #define I_W2                   23
  36. #define I_W3                   24
  37. #define I_W4                   25
  38. #define I_W5                   26
  39. #define I_WALL_B               27
  40. #define I_WALL_BL              28
  41. #define I_WALL_BR              29
  42. #define I_WALL_BRL             30
  43. #define I_WALL_L               31
  44. #define I_WALL_R               32
  45. #define I_WALL_RL              33
  46. #define I_WALL_T               34
  47. #define I_WALL_TB              35
  48. #define I_WALL_TBL             36
  49. #define I_WALL_TBR             37
  50. #define I_WALL_TBRL            38
  51. #define I_WALL_TL              39
  52. #define I_WALL_TR              40
  53. #define I_WALL_TRL             41
  54. #define I_WATER                42
  55. #define I_LAST                 42
  56.